'Declaration
<CanBeNullAttribute()> Public Property Value As TValue
'Usage
Dim instance As DAVtqPayload(Of TValue) Dim value As TValue instance.Value = value value = instance.Value
[CanBeNull()] public TValue Value {get; set;}
Property Value
This value of this property can be null
(Nothing
in Visual Basic).